home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / textutil.19 / textutil / textutils-1.19 / lib / xstrtod.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-15  |  309 b   |  16 lines

  1. #ifndef XSTRTOD_H
  2. #define XSTRTOD_H 1
  3.  
  4. #ifndef __P
  5. # if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
  6. #  define __P(args) args
  7. # else
  8. #  define __P(args) ()
  9. # endif  /* GCC.  */
  10. #endif  /* Not __P.  */
  11.  
  12. int
  13.   xstrtod __P ((const char *str, const char **ptr, double *result));
  14.  
  15. #endif /* XSTRTOD_H */
  16.